go.opentelemetry.io/otel/attribute.Value.slice (field)
10 uses
go.opentelemetry.io/otel/attribute (current package)
value.go#L37: slice interface{}
value.go#L71: return Value{vtype: BOOLSLICE, slice: attribute.BoolSliceValue(v)}
value.go#L88: slice: cp.Elem().Interface(),
value.go#L102: return Value{vtype: INT64SLICE, slice: attribute.Int64SliceValue(v)}
value.go#L115: return Value{vtype: FLOAT64SLICE, slice: attribute.Float64SliceValue(v)}
value.go#L128: return Value{vtype: STRINGSLICE, slice: attribute.StringSliceValue(v)}
value.go#L152: return attribute.AsBoolSlice(v.slice)
value.go#L171: return attribute.AsInt64Slice(v.slice)
value.go#L190: return attribute.AsFloat64Slice(v.slice)
value.go#L209: return attribute.AsStringSlice(v.slice)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |